The following tables list the members exposed by RearrangedList<T>.
| Name | Description | |
|---|---|---|
|  | RearrangedList<T> Constructor | RearrangedList constructor. | 
| Name | Description | |
|---|---|---|
|  | Count | The total number of items in the collection. | 
|  | IsReadOnly | Boolean indicating whether or not the collection is read-only. | 
|  | Item | RearrangedList indexer. | 
| Name | Description | |
|---|---|---|
|  | Add | Adds an item to the collection. | 
|  | Clear | Clears the collection. | 
|  | Contains | Checks whether or not the item is present in the collection. | 
|  | CopyTo | Copies the items in the collection to the array, starting at the specified index. | 
|  | GetEnumerator | Gets the enumerator for iterating through all items in the collection. | 
|  | IndexOf | Gets the index of the given item. | 
|  | Insert | Inserts an item into the collection at the specified index. | 
|  | Remove | Removes the specified item from the collection. | 
|  | RemoveAt | Removes the item at the specified index. |